projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce200a
)
* xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:52 +0000
(08:06 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 20 May 2002 08:06:52 +0000
(08:06 +0000)
of XSYMBOL and name field.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 7bf02c286a316b948c295bf4a91ca15cb9946722..1e2cd65863a6d330f583b387056a07302b1a2a10 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-5664,7
+5664,7
@@
parse_image_spec (spec, keywords, nkeywords, type)
/* Find key in KEYWORDS. Error if not found. */
for (i = 0; i < nkeywords; ++i)
- if (strcmp (keywords[i].name, XS
YMBOL (key)->name
->data) == 0)
+ if (strcmp (keywords[i].name, XS
TRING (SYMBOL_NAME (key))
->data) == 0)
break;
if (i == nkeywords)